#page{
	overflow:hidden;
}
#primary {
    width: 100%;
    display: block;
}
#primary article{
	width: 100%;
    display: block;
}
.post, .page{
	margin:0;
}
.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 39px;
    background: #ff0000;
    color: #ffffff;
    border: 2px solid #ff0000;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.theme-btn:hover,
.theme-btn:focus,
.theme-btn:visited{
    background: transparent;
    color: #ff0000;
}

/* Header Section */
header{
	display: block;
}
.header-style-three{
	position: relative;
	background: transparent;
}
.main-header{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.header-style-three .header-bottom{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: transparent;
}
button:focus{
        
    outline: none;
}
.header-style-three .header-bottom .nav-outer{
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}
.header-style-three .header-bottom .nav-outer .logo-box{
	position: relative;
}
figure{
	margin:0;
}
a{
	text-decoration: none;
	position: relative;
	font-size: 15px;
	font-family: 'Open Sans',sans-serif;
	line-height: 26px;
	font-weight: 400;
	cursor: pointer;
	color: #848484;
	transition: all 500ms ease;
}
.main-header .logo-box .logo-outer img {
    width: 200px;
	vertical-align:middle;
	border-style:none;
}
/* Menu section */
ul li{	
	padding: 0px;
	margin: 0px;
}
ul#primary-menu li{
	list-style:none;
}
.header-style-three .header-bottom .nav-outer .menu-area{
	position:relative;
}
.header-bottom .menu-area{
	position:relative;
	float:left;	
}
.header-style-three #primary-menu > li{
	margin:0px 10px;
}
#primary-menu > li{
	position: relative;
	float: left;
}
#primary-menu > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    text-transform: capitalize;
    padding: 17px 18px 19px 0px;
    letter-spacing: 1px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	text-transform:uppercase;
}
.header-style-three .header-bottom .nav-outer .nav-link{
	position: relative;
	padding: 0px;
}
.theme-btn-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 41px;
    background: #ffffff;
    color: #222222;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header{
	position: fixed;
	background: #ffffff;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sticky-header #primary-menu > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    text-transform: capitalize;
    padding: 0px 5px 0px 5px;
    letter-spacing: 1px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sticky-header .logo-box img{
	height:80px; 
	width:auto;
	padding:10px 0;
}
.sub-menu{
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding:0;
	margin:0;
	text-align:left;
}
.sub-menu li{
	border-bottom:1px solid #222222;
}

.sub-menu li a{
	padding:8px 0px 8px 15px;
	display:block;
}
.menu-item-has-children:hover .sub-menu {display: block;}

/* Service secton */
	#service-tab .elementor-tabs-wrapper{
		background:rgba(255, 255, 255, 0.46);
	}
 
/* End Service secton */ 

/*footer section */
#footertop{
	position: relative;
	background: #22262e;
	color: #d4dae3;
	padding: 133px 0px 0px 0px;
}
#footertop .widgets-section::before{
	position: absolute;
    content: '';
    background: url('../images/background/footer-pattern.png');
    left: 40%;
    top: 90px;
    width: 100%;
    height: 100%;
    min-height: 322px;
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;       
}
#footertop ul{
	padding:0;
	margin:0;
}
#footertop ul li{
	list-style:none;
}
.site-footer {
    position: relative;
    background: #1c2026;
    color: #d4dae3;
    padding: 20px 0px 0px 0px;
}
#footertop ul.social-icon{
	margin:30px 0;
	padding:30px 0;
}
#footertop ul.social-icon li{
	display:inline-block;
	list-style:none;
	padding:0 2px;	
}
.social-icon li a{
	width:30px;
	height:30px;
	font-size:14px;
	border-radius:50%;
	padding:15px;
	background:#2f333b;
}
.social-icon li a.facebook-f span{
	padding:6px;
}
.social-icon li a span{
	padding:4px;
}
.social-icon li a svg{
	color:#ffffff;
}
.social-icon li a:hover{
	background:#ff0000;	
}
#menu-footer-menu{
	margin:0;
	padding:0 0 0 15px;
	display:block;
}
ul#menu-footer-menu li{
	padding-top:8px;
}
ul#menu-footer-menu li a{
	padding:2px 0 0 15px;
	color:#ffffff;
}
ul#menu-footer-menu li a:hover,
ul#menu-footer-menu li a:hover::before{
	color:#ff0000;
	text-decoration:none;
}

ul#menu-footer-menu li a::before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #d4dae3;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}
#newsletter{
	position:relative;
	display:block;
	padding:0;
	margin:-80px;
}
#newsletter .newsletter-section{	
	background:#ff0000;
	color:#ffffff;
	padding:60px;
	display:block;
	z-index:99999;
	position:relative;
}
#newsletter .news-form input{
	padding: 34px;
    border-radius: 0px;
    width: 300px;
    border: 0px solid #ff6c6c;
    background: #ff6c6c;
    color: #ffffff;
}
#newsletter .news-form input:focus{
	border: 0px solid #ff6c6c;
}
#newsletter .news-form .news-btn{
	background: #ffffff;
    color: #222222;
    padding: 19px 50px;
    border: 0px solid #dddddd;
    font-weight: 600;
    font-size: 20px;
}
.subscript-title{
	
}
.widgets-section .widget-title{
	position: relative;
    font-size: 20px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
	margin-bottom: 31px;
}
input#textemail::placeholder,
.news-form input::placeholder{
    color: #dddddd;
    font-weight: 600;
}
.news-form input:focus{
	border: 1px solid #ff0000;
	background: #393c43;
	box-shadow:none;
	border-radius:0px;
}
.news-form input{
	width: 100%;
	height: 50px;
	background: #393c43;
	padding: 10px 20px;
	color: #d4dae3;
	border: 1px solid #393c43;
	transition: all 500ms ease;
	border-radius:0px;
}
.site-info p{
    margin: 0 auto 20px auto;
}
#service-section{
	position:relative;
	top:-275px;
}

#mobile-menu{
    display:none;
    text-align:left;
    list-style:none;
}

	
@media only screen and (max-width: 1020px){
	.header-style-three .header-bottom .nav-outer{
		padding:10px 0;
	}
	#mobile-menu{
       display: none;
    padding: 0;
    margin-left: 18px;
}
	#site-navigation button{
	    position: absolute;
    top: -20px;
    right: -75px;
    display: block !important;
    border: none;
	}
	#primary-menu{
	    display:none;
	}
	
	.sub-menu{
	        list-style: none;
    left: 140px;
	}
	
	.fixed-header #site-navigation button{
	     position: absolute;
    top: -66px;
    right: 10px;
    color: red;
    background: white;
	}
	
	.fixed-header #site-navigation button:focus{
	    border: none !important;
    color: red !important;
	}
}


@media only screen and (max-width: 590px){
   .newsletter-section {
            max-width: 75%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    }
}